home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global bAyuda
- if rollOver(14) then
- set the member of sprite 14 to member "Fd_Bt_A/5" of castLib "elementos graficos"
- puppetSprite(14, 0)
- updateStage()
- set bAyuda to not bAyuda
- set the visible of sprite 47 to bAyuda
- updateStage()
- end if
- end
-
- on mouseDown
- repeat while the stillDown
- puppetSprite(14, 1)
- if rollOver(14) then
- set the member of sprite 14 to member "Fd_Bt_B/5" of castLib "elementos graficos"
- else
- set the member of sprite 14 to member "Fd_Bt_A/5" of castLib "elementos graficos"
- end if
- updateStage()
- end repeat
- end
-